Skip to content

Comments

Add auto label action#102

Closed
mawad-amd wants to merge 4 commits intomainfrom
muhaawad/label-bot
Closed

Add auto label action#102
mawad-amd wants to merge 4 commits intomainfrom
muhaawad/label-bot

Conversation

@mawad-amd
Copy link
Collaborator

@mawad-amd mawad-amd commented Aug 17, 2025

Motivation

Add auto label action:

  1. Labels anything with iris so it gets auto added to the GH project
  2. label issues with appropriate labels

Technical Details

Test Plan

Test Result

Submission Checklist

Copilot AI review requested due to automatic review settings August 17, 2025 00:01
@mawad-amd mawad-amd requested review from BKP and neoblizz as code owners August 17, 2025 00:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds an automated labeling system for GitHub issues and pull requests. The system automatically applies the "iris" label to all new issues and PRs for project management purposes, and also applies contextual labels based on content patterns.

  • Implements GitHub Actions workflow for automatic labeling on issue/PR creation
  • Configures label mapping for feature requests, bugs, and documentation using title patterns
  • Sets up sparse checkout to optimize the workflow by only retrieving necessary configuration files

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/auto-label.yml Defines the GitHub Actions workflow that triggers on new issues/PRs and uses the auto-label action
.github/workflows/auto-label.json5 Configuration file specifying label mappings and default "iris" label application

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@mawad-amd mawad-amd closed this Aug 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant